home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / abba1bat.zip / CONFIG1.BAT < prev    next >
DOS Batch File  |  1991-11-04  |  411b  |  21 lines

  1. @echo off
  2. rem this file: CONFIG1.BAT
  3. rem
  4. rem (C) 1991 Abba Software Co.
  5. rem
  6. echo Restoring CONFIG.SYS and re-booting!
  7. C:
  8. cd\bats
  9. copy config1.sys \config.sys
  10. if errorlevel 0 goto rundebug
  11. echo *
  12. echo * error - could not copy config1.sys.
  13. echo *
  14. goto end
  15. :rundebug
  16. debug < reboot.deb > NUL
  17. echo *
  18. echo * error - debug not found or the file
  19. echo *         reboot.deb is missing.
  20. :end
  21. echo on